home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / bbmoni05.lha / MONi-MemoryAllocation < prev    next >
Text File  |  1995-08-27  |  695b  |  31 lines

  1.  
  2. Usage with AllocAbs3.0
  3.  
  4. Monitor is installed directly into memory so if you do not want memory list
  5. conflicts with the system you should use allocabs3.0 to allocate the memory
  6. used by the monitor!
  7.  
  8. Monitor uses $60000 memory in all.
  9.  
  10. So you should write following to allocate memory
  11.  
  12.  AllocAbs3.0 [instaddr] [instaddr+$60000]
  13.  
  14. and the following to deallocate memory
  15.  
  16.  AllocAbs3.0 -f [instaddr] [instaddr+$60000]
  17.  
  18. Examples: Install Address=$07f90000
  19.  
  20.  AllocAbs3.0 $07F90000 $07FF0000
  21.  
  22. and the following to deallocate memory
  23.  
  24.  AllocAbs3.0 -f $07F90000 $07FF0000
  25.  
  26.  
  27. If you're using a computer with fake fastram you could also use a boot to
  28. switch fake fastram off so the system won't use it.
  29.  
  30. /NGC
  31.